From: Øyvind Kolås Date: Wed, 28 Nov 2018 01:17:27 +0000 (+0100) Subject: base: ass linear bit to rgb and ragaba models X-Git-Tag: archive/raspbian/1%0.1.106-3+rpi1^2~15^2~12^2~35 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=f02a1ad4c3f9f5704ebd795ed2ef034063e42675;p=babl.git base: ass linear bit to rgb and ragaba models --- diff --git a/babl/base/model-rgb.c b/babl/base/model-rgb.c index 766ed52..ed4c9da 100644 --- a/babl/base/model-rgb.c +++ b/babl/base/model-rgb.c @@ -160,6 +160,7 @@ models (void) babl_component_from_id (BABL_GREEN), babl_component_from_id (BABL_BLUE), "rgb", + "linear", NULL); babl_model_new ( @@ -169,6 +170,7 @@ models (void) babl_component_from_id (BABL_BLUE_MUL_ALPHA), babl_component_from_id (BABL_ALPHA), "rgb", + "linear", "premultiplied", "alpha", NULL);